home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Applications / stat.exe / 1033 / string.txt
Text File  |  1999-02-15  |  3KB  |  57 lines

  1. 101    &About Stat...
  2. 102    table : %s\n
  3. 104    Stat : Processing ...
  4. 105    Error while creating file : '%s'
  5. 106    Error N░ %d while opening file : '%s'
  6. 107    Impossible to open : %s !
  7. 108    File '%s' allready exist !\nDo you want to erase it ?
  8. 109    Field N░ %d is invalid !\nField number must be between 1 and %d
  9. 110    Impossible to create index :\n%s
  10. 111    Error : function '%s' is not valide for this file !
  11. 112    Output file for Stat.txt
  12. 113    %s\n
  13. 115    Please enter database file name !
  14. 116    Please enter output file name !
  15. 117    Please enter a function !
  16. 118    Indexing of : %s
  17. 119    Do you really want to stop ?
  18. 120    Record : %ld
  19. 121    \n\nTotal quantity :%c%ld\n\n
  20. 122    %ld records done in file :\n%s\n\nTime used : %.2f s\n
  21. 123    %ld%c%s%c%ld\n
  22. 124    \n\n\n\n\nStatistics for file : %s\n
  23. 125    for function : %s\n\n
  24. 126    \n\nNumber%cFunction%cQuantity\n\n
  25. 127    Batch files (*.txt)|*.txt|All (*.*)|*.*||
  26. 128    Stat files (*.sta)|*.sta||
  27. 129    Dbase files (*.dbf)|*.dbf|Access files (*.mdb)|*.mdb||
  28. 130    Error : no table name !\nThe name of the database should be followed by the name of the table separated by '|', ex :\nTest.mdb|[Test table].
  29. 131    Error : %s !
  30. 132    This program is a shareware : you have the right to try it during 30 days.\nAfter that you must pay a fee to the author :\n$ 10 US or 60 French Francs in cash or travelers checks.\nTwo mail adresses :\n\nLionel Allorge - BP 22 - 78470 Saint RΘmy lΘs Chevreuse - FRANCE\n\nLionel Allorge - PO Box 27 - 98295 Sumas, WA - USA\n\nHowever this program remains the property of its author : it cannot be sold and cannot be included into a commercial program without the author's written agreement.\nThis program is given as is. The author cannot be held responsible for any damage or data loss due to the use of this program.\nYou can contact the author via e-mail at the following address :\nlionel.allorge@lunerouge.com
  31. 133    The shareware STAT.EXE makes statistics calculations\non fields of a Dbase or Access file.\nYou select a Dbase or Access file as input file and a text file as output file\nand a field or function.\nYou can record this selection in a batch file for later use.\nYou start the process : the Dbase or Access file is sorted on the selected field or function.\nThen the program counts all changes in the value of that field or function.\nThe result is put in a table in the output file which can be read in a word processor.\nThe database file remains unmodified during the process.
  32. 134    In batch mode : start the program with the comand line : STAT batch.txt\nwhere batch.txt is a batch file with the names of the files and of the field to be used in the following order :\nThe Dbase or Access file to process, the output file, the string to calculate, ex :\nC:\TEST\test.dbf          C:\TEST\test.mdb\nC:\TEST\test.sta          C:\TEST\test.sta\nSUBSTR(NAME,1,2)          Mid(NAME,1,2)\nThis can be followed by another 3 lines for another process.\nThe empty lines are ignored.\nThe output messages are put in the file : 'Output file for Stat.txt'.
  33. 135    The file '%s' allready exist !\nClic on 'Yes' to add this processing to the file\nClic on 'No' to replace it.
  34. 1001    DATE()
  35. 1002    DEL()
  36. 1003    DTOS(*)
  37. 1004    LTRIM(*)
  38. 1005    STOD(*)
  39. 1006    STR(*,1,1)
  40. 1007    SUBSTR(*,1,1)
  41. 1008    TIME()
  42. 1009    TRIM(*)
  43. 1010    UPPER(*)
  44. 1011    VAL(*)
  45. 2001    Date()
  46. 2002    LCase(*)
  47. 2003    Left(*,1)
  48. 2004    LTrim(*)
  49. 2005    Mid(*,1,1)
  50. 2006    Right(*,1) 
  51. 2007    RTrim(*)
  52. 2008    Str(*)
  53. 2009    Time()
  54. 2010    Trim(*)
  55. 2011    UCase(*)
  56. 2012    Val(*)
  57.